packages: reiserfsprogs: add missing dependency - libuuid
authorJonas Gorski <[email protected]>
Sun, 4 Aug 2013 12:03:12 +0000 (12:03 +0000)
committerJonas Gorski <[email protected]>
Sun, 4 Aug 2013 12:03:12 +0000 (12:03 +0000)
This patch adds missing libuuid dependency for reiserfsprogs.
Without it the package fails to install because of missing
dependency to libuuid.

Signed-off-by: Jiri Slachta <[email protected]>
Signed-off-by: Jonas Gorski <[email protected]>
SVN-Revision: 37675

utils/reiserfsprogs/Makefile

index 228b687fa92eeb37a37aa7f8bc00c3d23e5ef0fa..593e56facafcb27b877bd59148e0bdd6cc1222f6 100644 (file)
@@ -25,6 +25,7 @@ define Package/reiserfsprogs
   CATEGORY:=Utilities
   SUBMENU:=Filesystem
   TITLE:=ReiserFS filesystems utilities
+  DEPENDS:=+libuuid
   URL:=http://www.namesys.com/
 endef